home *** CD-ROM | disk | FTP | other *** search
/ Clickx 35 / Clickx 35.iso / assets / software / PaintDotNet_3_0_WithDotNet.exe / readme.txt < prev    next >
Encoding:
Text File  |  2006-02-22  |  769 b   |  18 lines

  1. This is where .NET 2.0 must be placed in order to build the 'full' installer for Paint.NET.
  2.  
  3. To do this, download both the 32-bit x86 and 64-bit x64 .NET redistributables:
  4.  
  5. 32-bit: http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5
  6. 64-bit: http://www.microsoft.com/downloads/details.aspx?FamilyID=b44a0000-acf8-4fa1-affb-40e78d788b00
  7.  
  8. Now, you must extract the contents of these to the x86 and x64 directories, respectively.
  9.  
  10. To do this at the command-line, use the following syntax:
  11.  
  12.     dotnetfx.exe /T:[full path to programs/x86] /C
  13.     netfx64.exe /T:[full path to programs/x64] /C
  14.  
  15. For example:
  16.  
  17.     dotnetfx.exe /T:c:\src\paintdotnet\programs\x86 /C
  18.     netfx64.exe /T:c:\src\paintdotnet\programs\x64 /C